object progressFrm: TprogressFrm Left = 412 Top = 141 BorderIcons = [biMinimize, biMaximize] BorderStyle = bsDialog Caption = 'progressFrm' ClientHeight = 95 ClientWidth = 310 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object LaWait: TLabel Left = 10 Top = 8 Width = 291 Height = 13 Alignment = taCenter AutoSize = False Caption = 'LaWait' Transparent = True end object LaProgress: TLabel Left = 10 Top = 28 Width = 291 Height = 13 Alignment = taCenter AutoSize = False Caption = 'LaProgress' Transparent = True end object ProgressBar1: TProgressBar Left = 10 Top = 52 Width = 291 Height = 29 Min = 0 Max = 100 TabOrder = 0 end end